CompilableToString

interface CompilableToString

Classes implementing this interface should provide a method for printing themselves into "compilable strings", that is strings that can be copy-pasted into a kotlin file and compile.

Functions

Link copied to clipboard
abstract fun toCompilableString(): String

Should return the String representation of this class as a compilable snippet (can be copy-pasted into Kotlin code).

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Sources

Link copied to clipboard